assistant: Drop hardcoded padding
authorMatthias Clasen <mclasen@redhat.com>
Fri, 12 Jun 2015 10:35:23 +0000 (06:35 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 15 Jun 2015 00:54:47 +0000 (20:54 -0400)
This means the pages themselves will be responsible for setting
suitable padding.

https://bugzilla.gnome.org/show_bug.cgi?id=750631

gtk/ui/gtkassistant.ui

index 59f83c4aad7ebba5a78d2c944d883bebbaa35add..a96fa92ca7da5f0612f4f56c89fb21eb7faacef9 100644 (file)
@@ -10,7 +10,7 @@
     <child>
       <object class="GtkBox" id="main_box">
         <property name="visible">True</property>
-        <property name="spacing">12</property>
+        <property name="spacing">0</property>
         <child>
           <object class="GtkFrame" id="sidebar_frame">
             <property name="visible">True</property>
@@ -34,9 +34,9 @@
         <child>
           <object class="GtkBox" id="content_box">
             <property name="visible">True</property>
-            <property name="border_width">12</property>
+            <property name="border_width">0</property>
             <property name="orientation">vertical</property>
-            <property name="spacing">12</property>
+            <property name="spacing">0</property>
             <child>
               <object class="GtkNotebook" id="content">
                 <property name="visible">True</property>